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

github.com/picturepan2/spectre.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'docs/src/getting-started/browsers.pug')
-rw-r--r--docs/src/getting-started/browsers.pug41
1 files changed, 41 insertions, 0 deletions
diff --git a/docs/src/getting-started/browsers.pug b/docs/src/getting-started/browsers.pug
new file mode 100644
index 0000000..91f0e65
--- /dev/null
+++ b/docs/src/getting-started/browsers.pug
@@ -0,0 +1,41 @@
+extends ../_layout/_docs-layout.pug
+
+block variables
+ - var slug = 'browsers'
+ - var parent = 'getting-started'
+ - var title = 'Browsers - Getting started - Spectre.css CSS Framework'
+ - var description = 'Spectre.css is a lightweight, responsive and modern CSS framework for faster and extensible development. Spectre provides basic styles for typography and elements, flexbox based responsive layout system, pure CSS components and utilities with best practice coding and consistent design language.'
+
+block docs-content
+ +docs-heading('browsers', 'Browser support')
+ include ../_layout/_ad-g.pug
+
+ 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.
+
+ include ../_layout/_ad-c.pug
+
+ include ../_layout/_footer.pug \ No newline at end of file