UNPKG
jquery.dual-list-box
Version:
latest (1.0.0)
1.0.0
A jquery dual list box to manage <option>`s between two <select>`s
jquery.dual-list-box
/
postcss.config.js
6 lines
(5 loc)
•
72 B
JavaScript
View Raw
1
2
3
4
5
6
module
.exports = {
plugins:
[
require
(
'autoprefixer'
), ] }