Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,8 @@ In the app you can use:

Create your own `_core.scss` file with imports:
```
@import '~sscss/mixins';
@import 'your-own-variables-and-settings';
@import '~sscss/generator';
@import '~sscss/sscss';
```
The file should be imported in all components where you will use sscss extensions.

Expand Down
4 changes: 0 additions & 4 deletions _generator.scss

This file was deleted.

5 changes: 5 additions & 0 deletions _sscss.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
// Extensions
// ------------------------------------------
@import 'src/mixins/mixins';
@import 'src/generator/fonts';
@import 'src/generator/dimensions';
3 changes: 1 addition & 2 deletions _core.scss → example/_core.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// This File should be imported in all components
@import 'mixins';
@import 'settings/core';
@import 'generator';
@import '../../scss';
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.1.0",
"description": "Easy to manage tool for keeping global RWD settings in the projects.",
"scripts": {
"test": "sass --watch styles.scss:styles.css"
"test": "sass --watch example/styles.scss:example/styles.css"
},
"repository": {
"type": "git",
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.