diff --git a/.stylelintrc.js b/.stylelintrc.js index 78a3142..68276ae 100644 --- a/.stylelintrc.js +++ b/.stylelintrc.js @@ -22,6 +22,11 @@ module.exports = { 'content', 'return', 'function', + 'tailwind', + 'apply', + 'responsive', + 'variants', + 'screen', ], }, ], diff --git a/composer.json b/composer.json index 8f7d4f6..a0527e7 100644 --- a/composer.json +++ b/composer.json @@ -40,7 +40,7 @@ }, "require-dev": { "squizlabs/php_codesniffer": "^2.8.0", - "roots/sage-installer": "~1.4" + "roots/sage-installer": "~1.5" }, "scripts": { "test": ["phpcs"], diff --git a/composer.lock b/composer.lock index 7c296cc..b8f6802 100644 --- a/composer.lock +++ b/composer.lock @@ -1,10 +1,10 @@ { "_readme": [ "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" ], - "content-hash": "2535b3b47ef47a3b146a488b73081199", + "content-hash": "a04663aa2f9583e0f3b675361af4d8e5", "packages": [ { "name": "brain/hierarchy", @@ -1171,16 +1171,16 @@ }, { "name": "roots/sage-installer", - "version": "1.4.3", + "version": "1.5.0", "source": { "type": "git", "url": "https://github.com/roots/sage-installer.git", - "reference": "290e17d20da6566eda339f1ee448ada4a9bc3b1d" + "reference": "c45ccd2a12aa15cd71804e4cf640c6e3cf0b925c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/roots/sage-installer/zipball/290e17d20da6566eda339f1ee448ada4a9bc3b1d", - "reference": "290e17d20da6566eda339f1ee448ada4a9bc3b1d", + "url": "https://api.github.com/repos/roots/sage-installer/zipball/c45ccd2a12aa15cd71804e4cf640c6e3cf0b925c", + "reference": "c45ccd2a12aa15cd71804e4cf640c6e3cf0b925c", "shasum": "" }, "require": { @@ -1226,7 +1226,7 @@ "theme", "wordpress" ], - "time": "2018-09-17T17:09:42+00:00" + "time": "2018-11-27T01:17:47+00:00" }, { "name": "squizlabs/php_codesniffer", diff --git a/resources/assets/scripts/main.js b/resources/assets/scripts/main.js index 8065368..4f35376 100644 --- a/resources/assets/scripts/main.js +++ b/resources/assets/scripts/main.js @@ -2,7 +2,7 @@ import 'jquery'; // Import everything from autoload -import './autoload/**/*'; +import './autoload/**/*' // import local dependencies import Router from './util/Router';