Browse Source

bugfix remove includes from crispy.scss

master
Björn 5 years ago
parent
commit
b231e5bc07
4 changed files with 11662 additions and 12191 deletions
  1. +1116
    -1
      dist/crispy.min.css
  2. +10545
    -12170
      package-lock.json
  3. +1
    -1
      package.json
  4. +0
    -19
      src/scss/crispy.scss

+ 1116
- 1
dist/crispy.min.css
File diff suppressed because it is too large
View File


+ 10545
- 12170
package-lock.json
File diff suppressed because it is too large
View File


+ 1
- 1
package.json View File

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


+ 0
- 19
src/scss/crispy.scss View File

@ -5,22 +5,3 @@
'core', 'core',
'components', 'components',
'helpers'; 'helpers';
// components
@include crispy__core();
@include crispy__button();
@include crispy__field();
@include crispy__group();
@include crispy__heading();
@include crispy__hero();
@include crispy__modal();
@include crispy__panel();
@include crispy__table();
// helpers
@include crispy__float();
@include crispy__media();
@include crispy__spacing();
@include crispy__text();
@include crispy__visibility();
@include crispy__width();

Loading…
Cancel
Save