Skip to content

Commit baa5452

Browse files
committed
Merge branch 'refactor-drop-node-sass-support' of https://github.com/coreui/coreui into refactor-drop-node-sass-support
# Conflicts: # package-lock.json # scss/_forms.scss # scss/_functions.scss # scss/_mixins.scss # scss/_variables.scss # scss/coreui.scss # scss/mixins/_alert.scss # scss/mixins/_banner.scss # scss/mixins/_color-mode.scss # scss/mixins/_list-group.scss # scss/themes/bootstrap/bootstrap.rtl.scss # scss/themes/bootstrap/bootstrap.scss
2 parents 4e5ca2b + d3a8480 commit baa5452

File tree

203 files changed

+5978
-63901
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

203 files changed

+5978
-63901
lines changed

.eslintignore

Lines changed: 0 additions & 8 deletions
This file was deleted.

.eslintrc.json

Lines changed: 0 additions & 235 deletions
This file was deleted.

.github/workflows/node-sass.yml

Lines changed: 0 additions & 52 deletions
This file was deleted.

build/postcss.config.mjs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ export default context => {
1111
autoprefixer: {
1212
cascade: false
1313
},
14-
'postcss-combine-duplicated-selectors': {},
15-
rtlcss: context.env === 'RTL'
14+
'postcss-combine-duplicated-selectors': {}
1615
}
1716
}
1817
}

dist/css/coreui-grid.css

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/coreui-grid.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/coreui-grid.rtl.css

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/coreui-grid.rtl.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)