Skip to content

Commit

Permalink
No need to import util/functions when import util/media in sass mode.
Browse files Browse the repository at this point in the history
 Changes to be committed:
	modified:   README.md
	modified:   changelog.md
	modified:   dist/gosp.css
	modified:   dist/gosp.css.map
	modified:   dist/gosp.min.css.map
	modified:   package.json
	modified:   src/util/_config.scss
	modified:   src/util/_media.scss
  • Loading branch information
dts committed Jul 21, 2018
1 parent 17d1de6 commit 6c27e68
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 5 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -558,3 +558,4 @@ This classes will be able to change property-value classes in each display resol
* Changed size readme prefix to media-query
* node_module bug
* Restores `.list-reset` class
* Added functions import to media
3 changes: 3 additions & 0 deletions changelog.md
@@ -1,3 +1,6 @@
### 1.0.19
* Added functions import to media

### 1.0.14
* Restored `list-reset` class deleted by mistake

Expand Down
2 changes: 1 addition & 1 deletion dist/gosp.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/gosp.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/gosp.min.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "gosp.css",
"version": "1.0.18",
"version": "1.0.19",
"description": "A light weight powerful css library to make front-end fast",
"main": "gosp.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/util/_config.scss
@@ -1,4 +1,4 @@
$gosp-version: "1.0.18";
$gosp-version: "1.0.19";
$gosp-responsive: true;
$gosp-grid-type: 'flex'; // flex | float | inline
$gosp-grid-columns: 12;
Expand Down
2 changes: 2 additions & 0 deletions src/util/_media.scss
@@ -1,3 +1,5 @@
@import "functions";

@mixin xl {
@include media(xl, true, false) {
@content;
Expand Down

0 comments on commit 6c27e68

Please sign in to comment.