Welcome to mirror list, hosted at ThFree Co, Russian Federation.

tests.js « postcss « test - github.com/twbs/rfs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6de7d8b02e8e07a3ebe86006855c07776b15dc82 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
module.exports = {
  'test-1': {},
  'test-2': {
    enableResponsiveFontSizes: false
  },
  'test-3': {
    class: 'disable'
  },
  'test-4': {
    class: 'enable'
  }
};