Skip to content

Why should people copy and steal content from you site? Prevent copying with copy.less*! (*actually written in Sass)

Notifications You must be signed in to change notification settings

bullgit/copyless

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

copy.less.CSS!

Prevent all the evil people from the internets of copying your content! Copy.less is written in Sass and uses @extend to prevent all your elements or specific elements from being copied.

See the Demo on CodePen!

Usage

@import "copy.less";

.no-copy {
  @extend %no-copy;
}
<div class="no-copy">
Can't touch this!
</div>

About

Why should people copy and steal content from you site? Prevent copying with copy.less*! (*actually written in Sass)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages