source: frontend/node_modules/stylehacks/src/plugins/index.js

Last change on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 2 weeks ago

Fix frontend appearance

  • Property mode set to 100644
File size: 841 bytes
Line 
1'use strict';
2const bodyEmpty = require('./bodyEmpty');
3const htmlCombinatorCommentBody = require('./htmlCombinatorCommentBody');
4const htmlFirstChild = require('./htmlFirstChild');
5const important = require('./important');
6const leadingStar = require('./leadingStar');
7const leadingUnderscore = require('./leadingUnderscore');
8const mediaSlash0 = require('./mediaSlash0');
9const mediaSlash0Slash9 = require('./mediaSlash0Slash9');
10const mediaSlash9 = require('./mediaSlash9');
11const slash9 = require('./slash9');
12const starHtml = require('./starHtml');
13const trailingSlashComma = require('./trailingSlashComma');
14
15module.exports = [
16 bodyEmpty,
17 htmlCombinatorCommentBody,
18 htmlFirstChild,
19 important,
20 leadingStar,
21 leadingUnderscore,
22 mediaSlash0,
23 mediaSlash0Slash9,
24 mediaSlash9,
25 slash9,
26 starHtml,
27 trailingSlashComma,
28];
Note: See TracBrowser for help on using the repository browser.