mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-15 16:59:41 +00:00
Remove theme_tokens feature flag & make new styles the default (#37056)
This commit is contained in:
@@ -2,7 +2,6 @@ module.exports = {
|
||||
extends: ['stylelint-config-standard-scss', 'stylelint-config-prettier-scss'],
|
||||
ignoreFiles: [
|
||||
'app/javascript/styles/mastodon/reset.scss',
|
||||
'app/javascript/styles_new/mastodon/reset.scss',
|
||||
'coverage/**/*',
|
||||
'node_modules/**/*',
|
||||
'public/assets/**/*',
|
||||
@@ -32,7 +31,7 @@ module.exports = {
|
||||
},
|
||||
overrides: [
|
||||
{
|
||||
'files': ['app/javascript/styles/entrypoints/mailer.scss', 'app/javascript/styles_new/entrypoints/mailer.scss'],
|
||||
'files': ['app/javascript/styles/entrypoints/mailer.scss'],
|
||||
rules: {
|
||||
'property-no-unknown': [
|
||||
true,
|
||||
|
||||
Reference in New Issue
Block a user