Skip to content
This repository has been archived by the owner on Aug 13, 2023. It is now read-only.

Commit

Permalink
Uninstall styled-components and companion packages
Browse files Browse the repository at this point in the history
  • Loading branch information
simonsinclair committed Oct 19, 2020
1 parent c741ca9 commit 59868c9
Show file tree
Hide file tree
Showing 6 changed files with 53 additions and 331 deletions.
17 changes: 1 addition & 16 deletions .stylelintrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,7 @@
"declaration-no-important": true,
"csstree/validator": true
},
"processors": [
[
"stylelint-processor-styled-components", {
"parserPlugins": [
"jsx",
"exportDefaultFrom",
"dynamicImport"
]
}
],
"./lib/stylelint/processorRemoveMixins.js"
],
"extends": [
"stylelint-config-recommended",
"stylelint-config-styled-components"
],
"extends": ["stylelint-config-recommended"],
"plugins": [
"stylelint-csstree-validator"
]
Expand Down
8 changes: 0 additions & 8 deletions babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,6 @@ const presets = [
module.exports = {
plugins: [
'emotion',
[
'babel-plugin-styled-components',
{
ssr: true,
fileName: false,
pure: true,
},
],
'@babel/plugin-proposal-export-default-from',
'@loadable/babel-plugin',
],
Expand Down
7 changes: 0 additions & 7 deletions lib/stylelint/processorRemoveMixins.js

This file was deleted.

111 changes: 0 additions & 111 deletions lib/stylelint/processorRemoveMixins.test.js

This file was deleted.

Loading

0 comments on commit 59868c9

Please sign in to comment.