Skip to content

Commit cdc55b1

Browse files
committed
switching index file from css to scss, remove test css
1 parent b57d33a commit cdc55b1

File tree

7 files changed

+15
-15
lines changed

7 files changed

+15
-15
lines changed

app/javascript/matestack-ui-core/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import matestackEventHub from '../../../app/concepts/matestack/ui/core/js/event-
77
import componentMixin from '../../../app/concepts/matestack/ui/core/component/component'
88
import matestackUiCore from '../../../app/concepts/matestack/ui/core/js/core'
99

10-
import styles from './styles/index.css'
10+
import styles from './styles/index.scss'
1111

1212
const MatestackUiCore = {
1313
Vue,

app/javascript/matestack-ui-core/styles/index.css

Lines changed: 0 additions & 3 deletions
This file was deleted.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
// glob imports are not supported out of the box.
2+
//
3+
// @import "../../../concepts/matestack/ui/core/**/*.scss";
4+
// @import "../../../concepts/matestack/ui/core/**/*.sass";
5+
// @import "../../../concepts/matestack/ui/core/**/*.css";

vendor/assets/javascripts/dist/matestack-ui-core.css

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

vendor/assets/javascripts/dist/matestack-ui-core.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.

vendor/assets/javascripts/dist/matestack-ui-core.js

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

vendor/assets/javascripts/dist/matestack-ui-core.js.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)