Skip to content

Commit 52ca08d

Browse files
committed
Move pixyll files into a directory
Easier to see what's what this way.
1 parent 437ff12 commit 52ca08d

19 files changed

+18
-20
lines changed

_sass/pixyll.scss

Lines changed: 18 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -9,26 +9,24 @@
99
* @license MIT
1010
*/
1111

12-
@use 'variables';
13-
1412
@use 'basscss';
1513

16-
@use 'base';
14+
@use 'pixyll/base';
1715

18-
@use 'links';
19-
@use 'positions';
20-
@use 'clearfix';
21-
@use 'code';
22-
@use 'forms';
23-
@use 'typography';
24-
@use 'header';
25-
@use 'tables';
26-
@use 'animations';
27-
@use 'footer';
28-
@use 'social-icons';
29-
@use 'blockquotes';
30-
@use 'posts';
31-
@use 'media-queries';
32-
@use 'gists';
33-
@use 'measure';
34-
@use 'pagination';
16+
@use 'pixyll/links';
17+
@use 'pixyll/positions';
18+
@use 'pixyll/clearfix';
19+
@use 'pixyll/code';
20+
@use 'pixyll/forms';
21+
@use 'pixyll/typography';
22+
@use 'pixyll/header';
23+
@use 'pixyll/tables';
24+
@use 'pixyll/animations';
25+
@use 'pixyll/footer';
26+
@use 'pixyll/social-icons';
27+
@use 'pixyll/blockquotes';
28+
@use 'pixyll/posts';
29+
@use 'pixyll/media-queries';
30+
@use 'pixyll/gists';
31+
@use 'pixyll/measure';
32+
@use 'pixyll/pagination';

0 commit comments

Comments
 (0)