Skip to content

kumali-ef/postcss-pluign-inset

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

postcss-plugin-inset

This plugin is used to convert inset to left,top,right,bottom to compatible with safari(ver<=14.1) or any other browsers which does not support inset property.

Usage

add it to postcss.config.js

/** @type {import('postcss-load-config').Config} */
module.exports = {
  plugins: {
    ...,
    'postcss-plugin-inset': {},
  },
};

About

A pluign to convert inset to left,top,right,bottom

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors