From 95bdb4440d3705f9bfd76c0789c99e2b328a641b Mon Sep 17 00:00:00 2001 From: Marius Ciepluch Date: Thu, 20 Jul 2017 11:54:48 +0000 Subject: [PATCH] removed resource reg --- plugin.rb | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/plugin.rb b/plugin.rb index 10538eb..372f600 100644 --- a/plugin.rb +++ b/plugin.rb @@ -1,6 +1,4 @@ -# name: image-classes -# about: Whitelist a few image tag classes to allow for styling with css -# version: 0.1 -# authors: scossar - -register_asset 'javascripts/span-tag-whitelist.js', :server_side +# name: span-class +# about: Whitelist a some custom CSS classes for span for typography experiments +# version: 0.2 +# authors: scossar, norandom