UNPKG

bootstrap-table

Version:

An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation)

12 lines (11 loc) 299 B
export default { extends: 'stylelint-config-standard-scss', rules: { 'alpha-value-notation': null, 'color-function-notation': null, 'hue-degree-notation': null, 'no-descending-specificity': null, 'scss/no-global-function-names': null, 'selector-not-notation': null } }