Socket
Book a DemoInstallSign in
Socket

@texastribune/postcss-amp

Package Overview
Dependencies
Maintainers
3
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@texastribune/postcss-amp

PostCSS plugin to convert CSS according Accelerated Mobile Pages requirements

1.4.0
latest
Source
npmnpm
Version published
Weekly downloads
0
Maintainers
3
Weekly downloads
 
Created
Source

PostCSS Amp NPM version Build Status

Greenkeeper badge

PostCSS plugin to convert CSS according Accelerated Mobile Pages requirements [amp-logo].

AMP CSS requirements: https://github.com/tinovyatkin/postcss-amp

i-amp-el {
    /* elements starting with i-amp- are banned
}
.boo {
    filter: gray(.5); /* filter is banned */
    color: red !important; /* important is banned */
}
.boo {
  /* all banned elements stripped */
  color: red;
}

Usage

postcss([ require('postcss-amp') ])

See PostCSS docs for examples for your environment.

Keywords

postcss

FAQs

Package last updated on 16 Jul 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.