Commit Graph

32 Commits

Author SHA1 Message Date
Kevin G 0657a2ba25 Fixes "Cannot resolve directory'" in PhpStorm
This fixes the annoying error shown on the import line

Cannot resolve directory 'node_modules' less... (Strg+F1) 
This inspection checks references to files and directories.
2017-08-11 17:13:08 +02:00
Jeffrey Way 4569aebc18 Add quotes
Sass compilers can sometimes be weird if import urls like this aren't quoted. They'll spit out junk like

```
Error: Encountered invalid @import syntax.
```

Anyways, pretty common practice to use quotes for all imports. I mean, seriously, how much more do you want me to write for a dang PR that adds a pair of quotes? I've got work to do, gah.
2017-06-06 09:49:05 -04:00
Taylor Otwell 0cb107c84c move fontsls 2017-02-03 15:49:27 -06:00
Ahmed M. Ammar 2cc5f349d4 Add font path variable 2017-02-03 18:21:04 +02:00
Carlos M. Trinidad 6e8d629ec0 Remove space in _variables.scss 2016-10-16 16:53:26 -05:00
Ramon d829d7553e Rename variables.scss to _variables.scss
We don't need variables.scss to be compiled into CSS, because it's being imported into app.scss (and get's compiled there). Added an underscore so the Sass compiler ignores this file, which is a common practice with Sass partials (see http://sass-lang.com/guide @ Partials).
2016-09-14 11:19:50 +02:00
Taylor Otwell 7bb44a2542 Tweak variables. 2016-07-24 20:07:16 -05:00
Taylor Otwell 40ae68102a tweak variables 2016-07-23 21:19:43 -05:00
Taylor Otwell cfb5a68cd4 work on default styling 2016-07-23 21:17:56 -05:00
Taylor Otwell 1cbbf41c0c Remove some unneeded variables. 2016-07-23 20:23:25 -05:00
Taylor Otwell e5cb0a350a working on sass 2016-07-23 18:05:38 -05:00
Taylor Otwell 467e00d9d4 working on sass 2016-07-23 18:03:43 -05:00
Taylor Otwell abe35a095c working on sass 2016-07-23 17:51:50 -05:00
Taylor Otwell f41a400cfd Tweak a few variables. 2016-07-23 16:43:11 -05:00
Taylor Otwell 3f5da4fb76 Include the font in the Sass. 2016-07-23 14:56:55 -05:00
Taylor Otwell ebc1be018c update color 2016-07-11 10:39:10 -05:00
Taylor Otwell 173e0efc12 add variables file 2016-07-10 16:28:20 -05:00
Taylor Otwell ad08717680 tweak default asset setup 2015-06-22 18:24:47 -05:00
Taylor Otwell 359af29ef3 Try a lighter version of the auth scaffolding. 2015-01-09 11:51:17 -06:00
Taylor Otwell 532297c109 Work on default project structure. 2014-12-08 09:31:31 -06:00
Taylor Otwell 0f88129356 Get rid of resources directory. Unnecessary. 2014-12-05 16:35:05 -06:00
Taylor Otwell e0afdf4c51 Change some CSS. 2014-11-28 14:24:24 -06:00
Taylor Otwell 6cb2e544ef No borders around circles. 2014-11-25 14:43:59 -06:00
Taylor Otwell c03b6c81e7 Fix spacing a bit. 2014-11-25 14:38:04 -06:00
Taylor Otwell ff08741f69 Spacing. 2014-11-25 14:37:52 -06:00
Taylor Otwell e4c8025b46 Tweak spacing a hair. 2014-11-25 14:37:23 -06:00
Taylor Otwell 9aa3b0888d Remove space. 2014-11-25 14:35:31 -06:00
Taylor Otwell 75e2aca9af Working on default layout. 2014-11-25 14:31:22 -06:00
Jeffrey Way d4c2ecc418 Work on welcome page 2014-11-25 15:09:51 -05:00
Taylor Otwell fa978d0525 Working on default app structure. Login views. 2014-11-24 11:42:29 -06:00
Taylor Otwell 9107969da1 Trailing EOF break. 2014-11-21 15:40:41 -06:00
Jeffrey Way 70a80658ab Add starter Sass file 2014-11-21 16:22:13 -05:00