Use Jekyll native Sass/SCSS preprocessor
- Move .scss files to default `_sass` folder - Configure Sass/SCSS in `_config.yml` - Run .scss files through Autoprefixer - Remove unnecessary npm scripts for building CSS - Close #333
This commit is contained in:
_config.yml
_sass
_animations.scss_archive.scss_base.scss_buttons.scss_footer.scss_forms.scss_masthead.scss_mixins.scss_navigation.scss_notices.scss_page.scss_print.scss_reset.scss_sidebar.scss_syntax.scss_tables.scss_utilities.scss_variables.scss
vendor
breakpoint
_breakpoint.scss_context.scss_helpers.scss_legacy-settings.scss_no-query.scss_parsers.scss_respond-to.scss_settings.scss
parsers
font-awesome
_animated.scss_bordered-pulled.scss_core.scss_fixed-width.scss_font-awesome.scss_icons.scss_larger.scss_list.scss_mixins.scss_path.scss_rotated-flipped.scss_screen-reader.scss_stacked.scss_variables.scss
magnific-popup
susy
_su.scss_susy.scss_susyone.scss
susy
_su.scss
language
_susy.scss_susyone.scss
susy
_background.scss_bleed.scss_box-sizing.scss_breakpoint-plugin.scss_container.scss_context.scss_gallery.scss_grids.scss_gutters.scss_isolate.scss_margins.scss_padding.scss_rows.scss_settings.scss_span.scss_validation.scss
susyone
output
su
assets/css
package.json
25
_sass/vendor/font-awesome/_bordered-pulled.scss
vendored
Normal file
25
_sass/vendor/font-awesome/_bordered-pulled.scss
vendored
Normal file
@ -0,0 +1,25 @@
|
||||
// Bordered & Pulled
|
||||
// -------------------------
|
||||
|
||||
.#{$fa-css-prefix}-border {
|
||||
padding: .2em .25em .15em;
|
||||
border: solid .08em $fa-border-color;
|
||||
border-radius: .1em;
|
||||
}
|
||||
|
||||
.#{$fa-css-prefix}-pull-left { float: left; }
|
||||
.#{$fa-css-prefix}-pull-right { float: right; }
|
||||
|
||||
.#{$fa-css-prefix} {
|
||||
&.#{$fa-css-prefix}-pull-left { margin-right: .3em; }
|
||||
&.#{$fa-css-prefix}-pull-right { margin-left: .3em; }
|
||||
}
|
||||
|
||||
/* Deprecated as of 4.4.0 */
|
||||
.pull-right { float: right; }
|
||||
.pull-left { float: left; }
|
||||
|
||||
.#{$fa-css-prefix} {
|
||||
&.pull-left { margin-right: .3em; }
|
||||
&.pull-right { margin-left: .3em; }
|
||||
}
|
Reference in New Issue
Block a user