Skip to content
This repository has been archived by the owner on Jan 21, 2024. It is now read-only.

Commit

Permalink
🚀 0.6.0
Browse files Browse the repository at this point in the history
~ adding modular-scale in the sass-only file
~ publishing new version to npmjs
  • Loading branch information
ricricucit committed Jun 12, 2017
1 parent e04dfe7 commit e910541
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 3 deletions.
24 changes: 24 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Changelog

---

## [0.6.0](https://github.com/welance/welance-bs/compare/v0.5.9...0.6.0) \(2017-06-12\)

### Features

* none

### Bug Fixes

* added modular-scale sass mixins in the right SASS file.


### DEPRECATIONS

* none

### BREAKING CHANGES

* none

---



---

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@welance/welance-bs",
"version": "0.5.9",
"version": "0.6.0",
"description": "Welanstrap – Welance Bootstrap build with SASS and VueJS",
"main": "index.html",
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions src/sass/main-sass-only.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
//Imports all the SASS files that do no print classes and/or CSS
@import "welanstrap/helpers/variables"; // Projects Variables
@import '~modularscale-sass/stylesheets/modular-scale'; // Modular Scale mixin
@import "~sass-spacing/mixins"; // spacing mixin
@import "~sass-mq/mq"; // Media Queries mixin
@import "welanstrap/helpers/mixins"; // Project's Mixins
Expand Down
2 changes: 0 additions & 2 deletions src/sass/main.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
//Imports all the SASS files that print classes and/or CSS
@import '~modularscale-sass/stylesheets/modular-scale'; // Modular Scale mixin

@import "welanstrap/components/images-videos"; // Images Ratio mixins / helper classes – NOTE: prints CSS
@import "welanstrap/base/hover"; // Twitter Bootstrap Hover – NOTE: prints CSS
@import "welanstrap/base/normalise"; // Normalise – NOTE: prints CSS
Expand Down

0 comments on commit e910541

Please sign in to comment.