Browse Source

update

master
nirgendswo 7 years ago
parent
commit
e5e4ed0e37
4 changed files with 17 additions and 1 deletions
  1. +1
    -1
      package.json
  2. +14
    -0
      src/components/_clearfix.scss
  3. +1
    -0
      src/crispyBoilerplate.scss
  4. +1
    -0
      src/example.scss

+ 1
- 1
package.json View File

@ -1,6 +1,6 @@
{
"name": "crispy-boilerplate",
"version": "0.8.0",
"version": "0.9.0",
"description": "Flat Sass Boilerplate to give you a amount of Basic Settings, Mixins and Functions",
"repository": {
"type": "git",


+ 14
- 0
src/components/_clearfix.scss View File

@ -0,0 +1,14 @@
/**
* clearfix
*
*
* @author Björn Hase
*
*/
@mixin crispy-boilerplate-clearfix() {
.clearfix {
@include clearfix();
}
}

+ 1
- 0
src/crispyBoilerplate.scss View File

@ -10,6 +10,7 @@
'components/animation',
'components/body',
'components/button',
'components/clearfix',
'components/heading',
'components/icon',
'components/list',


+ 1
- 0
src/example.scss View File

@ -2,6 +2,7 @@
'crispyBoilerplate';
@include crispy-boilerplate-align();
@include crispy-boilerplate-clearfix();
@include crispy-boilerplate-list();
@include crispy-boilerplate-text-colors();
@include crispy-boilerplate-animation();


Loading…
Cancel
Save