This repository has been archived by the owner on Apr 8, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(less): Add missing Less dependency (#15)
When the webpack 1 decorators were removed from seek-style-guide, so too was the style guide's Less dependency. This package didn't include Less, which meant it failed to build on the latest major style guide version.
- Loading branch information
1 parent
b239a7f
commit b0456e3
Showing
12 changed files
with
19 additions
and
832 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
module.exports = { | ||
browsers: [ | ||
'> 1%', | ||
'Last 2 versions', | ||
'IE >= 10', | ||
'Edge >= 13', | ||
'Safari >= 6', | ||
'iOS >= 6', | ||
'Samsung >= 4' | ||
] | ||
browsers: [ | ||
'> 1%', | ||
'Last 2 versions', | ||
'IE >= 10', | ||
'Edge >= 13', | ||
'Safari >= 6', | ||
'iOS >= 6', | ||
'Samsung >= 4' | ||
] | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
import React from 'react'; | ||
import { Text } from 'seek-style-guide/react'; | ||
|
||
export default () => <span>HKJLHSNFLKNDKDFJPKIDSNFN</span>; | ||
export default () => <Text>Hello world</Text>; |
19 changes: 0 additions & 19 deletions
19
test/app/components/Playground/Atoms/IconButton/IconButton.js
This file was deleted.
Oops, something went wrong.
16 changes: 0 additions & 16 deletions
16
test/app/components/Playground/Atoms/IconButton/IconButton.less
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
38 changes: 0 additions & 38 deletions
38
test/app/components/Playground/Atoms/TextLink/TextLink.less
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.