Skip to content
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

use SASS instead of precss #476

Merged
merged 1 commit into from
Jul 16, 2017
Merged

use SASS instead of precss #476

merged 1 commit into from
Jul 16, 2017

Conversation

just-boris
Copy link
Contributor

There is no future in precss, also it makes use some problems in development, like bad support in Idea.

Sass would be better there.

@CLAassistant
Copy link

CLAassistant commented Jul 15, 2017

CLA assistant check
All committers have signed the CLA.

@@ -8,7 +8,7 @@ apply plugin: 'maven'
apply plugin: 'com.moowork.node'

node {
version = '7.10.0'
version = '8.1.3'
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not necessary for this particular feature, but good to have

]
})
}, {
test: /\.css$/,
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we still support plain css files, that are imported from libraries (e.g. font-awesome)

@@ -7,8 +7,6 @@ const postcssLoader = {
loader: 'postcss-loader',
options: {
plugins: [
require('postcss-import'),
require('precss')({'import': {disable: true}}),
require('autoprefixer')
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PostCSS is still used, as we want to have autoprefixer. (To have less pain supporting IE and Safari)

@baev baev merged commit 50d23c8 into master Jul 16, 2017
@baev baev deleted the use-sass branch July 16, 2017 10:28
@baev baev removed the review label Jul 16, 2017
@baev
Copy link
Member

baev commented Jul 16, 2017

@just-boris thanks!

TpSr52 pushed a commit to TpSr52/allure2 that referenced this pull request Jul 16, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants