Merge pull request #2131 from roots/tailwind-at-rules

Fix stylelint and eslint validation errors
This commit is contained in:
Matt Mirus
2018-11-26 20:51:54 -05:00
committed by GitHub
4 changed files with 14 additions and 9 deletions

View File

@@ -22,6 +22,11 @@ module.exports = {
'content', 'content',
'return', 'return',
'function', 'function',
'tailwind',
'apply',
'responsive',
'variants',
'screen',
], ],
}, },
], ],

View File

@@ -40,7 +40,7 @@
}, },
"require-dev": { "require-dev": {
"squizlabs/php_codesniffer": "^2.8.0", "squizlabs/php_codesniffer": "^2.8.0",
"roots/sage-installer": "~1.4" "roots/sage-installer": "~1.5"
}, },
"scripts": { "scripts": {
"test": ["phpcs"], "test": ["phpcs"],

14
composer.lock generated
View File

@@ -1,10 +1,10 @@
{ {
"_readme": [ "_readme": [
"This file locks the dependencies of your project to a known state", "This file locks the dependencies of your project to a known state",
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "2535b3b47ef47a3b146a488b73081199", "content-hash": "a04663aa2f9583e0f3b675361af4d8e5",
"packages": [ "packages": [
{ {
"name": "brain/hierarchy", "name": "brain/hierarchy",
@@ -1171,16 +1171,16 @@
}, },
{ {
"name": "roots/sage-installer", "name": "roots/sage-installer",
"version": "1.4.3", "version": "1.5.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/roots/sage-installer.git", "url": "https://github.com/roots/sage-installer.git",
"reference": "290e17d20da6566eda339f1ee448ada4a9bc3b1d" "reference": "c45ccd2a12aa15cd71804e4cf640c6e3cf0b925c"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/roots/sage-installer/zipball/290e17d20da6566eda339f1ee448ada4a9bc3b1d", "url": "https://api.github.com/repos/roots/sage-installer/zipball/c45ccd2a12aa15cd71804e4cf640c6e3cf0b925c",
"reference": "290e17d20da6566eda339f1ee448ada4a9bc3b1d", "reference": "c45ccd2a12aa15cd71804e4cf640c6e3cf0b925c",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -1226,7 +1226,7 @@
"theme", "theme",
"wordpress" "wordpress"
], ],
"time": "2018-09-17T17:09:42+00:00" "time": "2018-11-27T01:17:47+00:00"
}, },
{ {
"name": "squizlabs/php_codesniffer", "name": "squizlabs/php_codesniffer",

View File

@@ -2,7 +2,7 @@
import 'jquery'; import 'jquery';
// Import everything from autoload // Import everything from autoload
import './autoload/**/*'; import './autoload/**/*'
// import local dependencies // import local dependencies
import Router from './util/Router'; import Router from './util/Router';