Skip to content

frontendpe/frontend.pe

Repository files navigation

frontend.pe

Autoprefixer CSS online

Autoprefixer is a PostCSS plugin which parses your CSS and adds vendor prefixes. This is implemented by leveraging Hugo PostCSS Pipe functions.

Requirements

Installation

$ npm install

Run

$ npm run start or $ hugo server

Build for Production

$ npm run build This will create a /public folder that contains all your production ready files.

Browser Compatibility

Bootstrap supports

You can find the supported range of browsers and their versions in the postcss.config.js

"browserslist": [
  "last 1 major version",
  ">= 1%",
  "Chrome >= 45",
  "Firefox >= 38",
  "Edge >= 12",
  "Explorer >= 10",
  "iOS >= 9",
  "Safari >= 9",
  "Android >= 4.4",
  "Opera >= 30"
]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published