Skip to content
This repository was archived by the owner on Oct 7, 2021. It is now read-only.

architect-examples/arc-proxy-plugin-css-urls

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⚠️ This repository has been archived. Use @proxy or asap for proxying in Architect. This plugin is not compatible with the plugins API for Architect. For an updated list other examples refer to arc.codes/examples.

@architect/proxy-plugin-css-urls

Prepend @import URLs with /staging or /production

/* input */
@import '/bar.css';

/* output */
@import '/staging/bar.css';

About

fix css @import css urls by adding /staging or /production prefix

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •