Skip to content

Commit

Permalink
build: adjust css file (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
huanhuanwa authored Jul 16, 2024
1 parent 89d1e1b commit 45b4ac9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .wpmrc.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module.exports = {
allowBranch: ['main', 'release-auto-*'],
allowBranch: ['develop', 'release-auto-*'],
bumpFiles: ['package.json', 'package-lock.json', 'packages/grid/package.json'],
skip: {
confirm: true
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* You can add global styles to this file, and also import other style files */
@use 'ngx-tethys/styles/index.scss';
@use 'ngx-tethys/styles/variables.scss';
@use './components/cell-editors/cell-editor.scss';
@use '../components/cell-editors/cell-editor.scss';

.ai-table-grid {
display: table;
Expand Down
2 changes: 1 addition & 1 deletion src/styles.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* You can add global styles to this file, and also import other style files */

@import '../packages/grid/src/styles.scss';
@import '../packages/grid/src/styles/styles.scss';
@import './app/app.component.scss';

0 comments on commit 45b4ac9

Please sign in to comment.