Welcome to mirror list, hosted at ThFree Co, Russian Federation.

my_custom_importer_data.js « extras « fixtures « test « node-sass « node_modules - github.com/austingebauer/devise.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 23f272ad26683f920bc498daa417126d9585543f (plain)
1
2
3
4
5
module.exports = function() {
  return {
    contents: 'div {color: yellow;}'
  };
};