Skip to content

Commit

Permalink
Merge pull request #20 from 21TORR/next
Browse files Browse the repository at this point in the history
Add `base` styles
  • Loading branch information
apfelbox authored Apr 7, 2021
2 parents 84aedd4 + ee62776 commit 84621e6
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
0.6.0
=====

* (feature) Add `base` styles.


0.5.1
=====

Expand Down
6 changes: 6 additions & 0 deletions base/index.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
///
/// Base container for data containers for mounted components
///
._data-container {
display: none;
}
1 change: 1 addition & 0 deletions tests/files-exist.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import {compileScss} from "./helpers/scss";

test("All files do exist at the given paths", t => {
const expectedFiles = [
"base",
"mixins",
"reset",
];
Expand Down

0 comments on commit 84621e6

Please sign in to comment.