-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
astroturf: EuiMark
#6
base: ref/astroturf
Are you sure you want to change the base?
Conversation
@@ -31,7 +31,7 @@ module.exports = { | |||
dirname(hostFilePath), | |||
basename(hostFilePath, extname(hostFilePath)), | |||
); | |||
return `${basepath}_${id}${pluginsOptions.extension}`; | |||
return `${basepath}${pluginsOptions.extension}`; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ignore. Just changing the name of the generated CSS file.
@@ -55,7 +55,14 @@ const webpackConfig = { | |||
test: /\.module\.scss$/, | |||
loaders: [ | |||
'style-loader', | |||
'astroturf/css-loader', | |||
{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ignore. Just changing what the generated class names look like.
const dark = css` | ||
@import 'avatar_dark.module'; | ||
`; | ||
// const dark = css` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ignore. Removing theming for now.
const dark = css` | ||
@import 'badge_dark.module'; | ||
`; | ||
// const dark = css` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ignore. Removing theming for now.
@@ -0,0 +1 @@ | |||
@import 'mark.module'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
.module
just so babel & webpack can distinguish which files to process as modules.
* added tests for date_modes * added test for EuiCopy * added tests for EuiTreeView * added tests for EuiToggle * test for text-align * added for EuiTab * Update src/components/copy/copy.test.tsx Co-Authored-By: Caroline Horn <[email protected]> * Update src/components/toggle/toggle.test.tsx Co-Authored-By: Caroline Horn <[email protected]> * Update src/components/toggle/toggle.test.tsx Co-Authored-By: Caroline Horn <[email protected]> * Update src/components/toggle/toggle.test.tsx Co-Authored-By: Caroline Horn <[email protected]> * Update src/components/toggle/toggle.test.tsx Co-Authored-By: Caroline Horn <[email protected]> * Update src/components/text/text_align.test.tsx Co-Authored-By: Caroline Horn <[email protected]> * Update src/components/toggle/toggle.test.tsx Co-Authored-By: Caroline Horn <[email protected]> * updated tests * updated toggle to single * changed casting * dateMode tests * dateMode tests (#6) * date_modes test Co-authored-by: Caroline Horn <[email protected]> Co-authored-by: Greg Thompson <[email protected]> Co-authored-by: Greg Thompson <[email protected]>
👋 Hey there. This PR hasn't had any activity for 90 days. We'll automatically close it if that trend continues for another week. If you feel this issue is still valid and needs attention please let us know with a comment. |
CSS Modules.
css
fromastroturf
className
s in component, referencing them via style object fromcss
Ignore all files not related to
EuiMark