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

browsers.pug « contents « src « docs - github.com/picturepan2/spectre.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: dfa95cd3cb20a6ad7dc060a731f743c18fae8794 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
p
  | Spectre uses 
  a(href='https://github.com/postcss/autoprefixer', target='_blank') Autoprefixer
  |  to make most styles compatible with earlier browsers and 
  a(href='https://necolas.github.io/normalize.css/', target='_blank') Normalize.css
  |  for CSS resets. Spectre is designed for modern browsers. For best compatibility, these browsers are recommended:
ul
  li
    | Chrome 
    small.label.label-success LAST 4
  li
    | Microsoft Edge 
    small.label.label-success LAST 4
  li
    | Firefox 
    small.label.label-success.text-uppercase Extended Support Release
  li
    | Safari 
    small.label.label-success LAST 4
  li
    | Opera 
    small.label.label-success LAST 4
  li Internet Explorer 10+
p
  | Spectre supports Internet Explorer 10+, but some HTML5 and CSS3 features are not perfectly supported by Internet Explorer.