format main.css and prettierignore base.css

This commit is contained in:
Vyacheslav Matyukhin 2022-06-10 00:46:38 +03:00
parent d812084614
commit 4d64f831b0
No known key found for this signature in database
GPG Key ID: 3D2A774C5489F96C
2 changed files with 2 additions and 1 deletions

View File

@ -1,2 +1,3 @@
dist/
storybook-static
src/styles/base.css

View File

@ -4,5 +4,5 @@
/* necessary hack because scoped preflight in ./base.css has higher specificity */
.ace_cursor {
border-left: 2px solid !important;
border-left: 2px solid !important;
}