FREE Dolly Dress Buntin Pattern

free hanging buntin knitting pattern

Yarn : Double knitting. Oddment of white and a contrast colour.
Needles : 3mm Single Pointed Needles
Abbreviations : k – knit. p – purl. st – stitch. tog-together. st-st – Stocking Stitch (k1row, p1row). inc— increase. Knit into the front and the back of the stitch
Tension : 26 sts x 33 rows = 10cm x 10cm in st-st with double knitting yarn
Dimensions : Approx. 10cm from hem to shoulder straps.

Dress—Make 1
Start at the top. With white, cast on 36 sts
Knit 1 row
Next: (k2, inc1) to end (48 sts)
Purl 1 row
Next: (k3, inc1) to end (60 sts)
Next: k6, cast off 18 (in knit), k12, cast off 18 (in knit), k6 (24 sts)

Change to contrast colour
Knit along all stitches (24 sts)
Starting with a purl row, st-st 3 rows

Change to white
Knit 2 rows

Change to contrast colour
Knit 1 row

Next: (inc1, p1) to end (36 sts)
Next: (inc1, p2) to end (48 sts)

Next: (k2, p2) to end
Complete the last row 7 times in total

Change to white
Knit 3 rows
Purl 1 row
Knit 1 row
Cast off in knit

Sew down the row ends. Fold the bottom flat and sew along the hem.

Add ribbon and embellishments as desired.

small doll dress knitting pattern

Here is Cerise if you like dollies.

£4.49 £4.99Price range: £4.49 through £4.99 Leaflet

Knitting pattern instructions to knit Cerise in her little skirt and pom-pom hat.

This product has multiple variants. The options may be chosen on the product page

Even More Patterns

+ Download
Large Print
£4.49 £4.99Price range: £4.49 through £4.99 Leaflet

Knit a little reindeer that’s big on Christmas charm! This Short and Sweet Reindeer knitting pattern is perfect for festive fun.

This product has multiple variants. The options may be chosen on the product page
£4.49 £4.99Price range: £4.49 through £4.99 Leaflet

This playful pup is ready to put on a show. Knit your own dog hand puppet for storytelling, playtime, or just a bit of tail-wagging fun—no training required

This product has multiple variants. The options may be chosen on the product page
£4.49

Give your favorite toy a place to relax with Doll and Teddy Bear Knitted Arm Chair Knitting Pattern! This delightful knitting pattern creates a miniature chair that's as cute as it is comfy.

This product has multiple variants. The options may be chosen on the product page
+ Download
Large Print
£4.49 £4.99Price range: £4.49 through £4.99 Leaflet

Pandas are the cutest of all the bears.  Knit your own with our easy to understand knitting pattern.

This product has multiple variants. The options may be chosen on the product page
£4.49 £4.99Price range: £4.49 through £4.99 Leaflet

Donkey is happily sat here quietly waiting for you. He needs to be knitted so he can give you lots of love.

This product has multiple variants. The options may be chosen on the product page
£4.49 £4.99Price range: £4.49 through £4.99 Leaflet

Make a splash with this adorable knitted duck! Perfect for spring, Easter, or any duck lover, this soft toy pattern is an easy and fun knit.

This product has multiple variants. The options may be chosen on the product page

Leave a Reply

{{{ data.variation.price_html }}}
{{{ data.variation.availability_html }}}
'; window._nslWebViewNoticeElement.insertAdjacentHTML("afterbegin", webviewNoticeHTML); document.body.appendChild(window._nslWebViewNoticeElement); } }); } } window._nslDOMReady(function () { window.nslRedirect = function (url) { if (scriptOptions._redirectOverlay) { const overlay = document.createElement('div'); overlay.id = "nsl-redirect-overlay"; let overlayHTML = ''; const overlayContainer = "
", overlayContainerClose = "
", overlaySpinner = "
", overlayTitle = "

" + scriptOptions._localizedStrings.redirect_overlay_title + "

", overlayText = "

" + scriptOptions._localizedStrings.redirect_overlay_text + "

"; switch (scriptOptions._redirectOverlay) { case "overlay-only": break; case "overlay-with-spinner": overlayHTML = overlayContainer + overlaySpinner + overlayContainerClose; break; default: overlayHTML = overlayContainer + overlaySpinner + overlayTitle + overlayText + overlayContainerClose; break; } overlay.insertAdjacentHTML("afterbegin", overlayHTML); document.body.appendChild(overlay); } window.location = url; }; let targetWindow = scriptOptions._targetWindow || 'prefer-popup', lastPopup = false; document.addEventListener('click', function (e) { if (e.target) { const buttonLinkElement = e.target.closest('a[data-plugin="nsl"][data-action="connect"]') || e.target.closest('a[data-plugin="nsl"][data-action="link"]'); if (buttonLinkElement) { if (lastPopup && !lastPopup.closed) { e.preventDefault(); lastPopup.focus(); } else { let href = buttonLinkElement.href, success = false; if (href.indexOf('?') !== -1) { href += '&'; } else { href += '?'; } const redirectTo = buttonLinkElement.dataset.redirect; if (redirectTo === 'current') { href += 'redirect=' + encodeURIComponent(window.location.href) + '&'; } else if (redirectTo && redirectTo !== '') { href += 'redirect=' + encodeURIComponent(redirectTo) + '&'; } if (targetWindow !== 'prefer-same-window' && checkWebView()) { targetWindow = 'prefer-same-window'; } if (targetWindow === 'prefer-popup') { lastPopup = NSLPopup(href + 'display=popup', 'nsl-social-connect', buttonLinkElement.dataset.popupwidth, buttonLinkElement.dataset.popupheight); if (lastPopup) { success = true; e.preventDefault(); } } else if (targetWindow === 'prefer-new-tab') { const newTab = window.open(href + 'display=popup', '_blank'); if (newTab) { if (window.focus) { newTab.focus(); } success = true; window._nslHasOpenedPopup = true; e.preventDefault(); } } if (!success) { window.location = href; e.preventDefault(); } } } } }); let buttonCountChanged = false; const googleLoginButtons = document.querySelectorAll(' a[data-plugin="nsl"][data-provider="google"]'); if (googleLoginButtons.length && checkWebView()) { googleLoginButtons.forEach(function (googleLoginButton) { if (scriptOptions._unsupportedWebviewBehavior === 'disable-button') { disableButtonInWebView(googleLoginButton); } else { googleLoginButton.remove(); buttonCountChanged = true; } }); } const facebookLoginButtons = document.querySelectorAll(' a[data-plugin="nsl"][data-provider="facebook"]'); if (facebookLoginButtons.length && checkWebView() && /Android/.test(window.navigator.userAgent) && !isAllowedWebViewForUserAgent('facebook')) { facebookLoginButtons.forEach(function (facebookLoginButton) { if (scriptOptions._unsupportedWebviewBehavior === 'disable-button') { disableButtonInWebView(facebookLoginButton); } else { facebookLoginButton.remove(); buttonCountChanged = true; } }); } const separators = document.querySelectorAll('div.nsl-separator'); if (buttonCountChanged && separators.length) { separators.forEach(function (separator) { const separatorParentNode = separator.parentNode; if (separatorParentNode) { const separatorButtonContainer = separatorParentNode.querySelector('div.nsl-container-buttons'); if (separatorButtonContainer && !separatorButtonContainer.hasChildNodes()) { separator.remove(); } } }) } });})();