mirror of
https://github.com/thangisme/notes.git
synced 2024-11-01 03:17:30 -04:00
11 lines
197 B
JavaScript
11 lines
197 B
JavaScript
"use strict";
|
|
|
|
Object.defineProperty(exports, "__esModule", {
|
|
value: true
|
|
});
|
|
exports.default = namespace;
|
|
var prefix = "scss";
|
|
|
|
function namespace(ruleName) {
|
|
return prefix + "/" + ruleName;
|
|
} |