Skip to content

Instantly share code, notes, and snippets.

@joelmoss
Last active March 20, 2025 21:30
Show Gist options
  • Save joelmoss/c3d9087f5f214e1f0d9719e4a7d38474 to your computer and use it in GitHub Desktop.
Save joelmoss/c3d9087f5f214e1f0d9719e4a7d38474 to your computer and use it in GitHub Desktop.
Proscenium test package
@import '/lib/importing/app/one.css';
import '/lib/importing/app/one.js'
@import 'pnpm-file/one.css';
@import 'pnpm-link/one.css';
@import 'pnpm-file-ext/one.css';
@import 'pnpm-link-ext/one.css';
import 'pnpm-file/one.js'
import 'pnpm-link/one.js'
import 'pnpm-file-ext/one.js'
import 'pnpm-link-ext/one.js'
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@import 'pkg_dep';
import 'pkg_dep'
.pkg_index { content: "pkg/index.css"; }
console.log('pkg/index.js')
@define-mixin mixin {
content: "pkg/mixin.css";
}
.pkg_one { content: "pkg/one.css"; }
console.log('pkg/one.js')
.pkg_one_module { content: "pkg/one.module.css"; }
{
"name": "pkg",
"dependencies": {
"pkg_dep": "gist:2a1cc7a7c901f508921c7093b749d404"
}
}
.pkg_two { content: "pkg/two.css"; }
console.log('pkg/two.js')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment